home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 1 / Macwelt DVD 1.toast / Web-Publishing / HTML-Editoren / Alpha ƒ / Help / CodeWarrior < prev    next >
Encoding:
Text File  |  2000-11-30  |  3.1 KB  |  127 lines

  1.  
  2. CodeWarrior Help
  3.  
  4.                                                version: 1.2.4
  5.                                                created: 11/15/94 {01:35:22 am}
  6.                                            last update: 11/30/00 {07:41:30 pm}
  7.  
  8.  
  9. Code Warrior now has support for external editors.  Alpha's support is
  10. implemented entirely in Tcl, Alpha's macro language.  The source can be
  11. found in "codeWarriorMenu.tcl"
  12.  
  13. Alpha/CodeWarrior interaction does not need any setup beyond activating the
  14. menu.  The CodeWarrior menu, as well as any other menus (for instance,
  15. Symantec, Think Reference menus etc., can be added or removed via the menu
  16. item "Config --> Mode Prefs --> Menus").  The CodeWarrior menu is explained
  17. below:
  18.  
  19.     NEW!
  20.  
  21. In CW 10, Metrowerks will finally support the notion of an "External
  22. Editor".  To use Alpha as such:
  23.  
  24.     (1) Create a folder called "(Helper Apps)" (everything inside the double
  25.         quotes) in the same directory as the IDE.
  26.     (2) Place an alias to Alpha in the "Helper Apps" folder. Call this alias
  27.         "External Editor".
  28.     (3) Check the "External Editor" flag in the Metrowerks preferences dialog.
  29.  
  30. In CW10, this interface slows builds down a bit, because the IDE asks the
  31. editor about each file.  However, this will be sped up considerably in CW
  32. 11 and beyond.
  33.  
  34.  
  35.           CodeWarrior Menu
  36.  
  37.  
  38.     Switch To
  39.  
  40. Switch to CodeWarrior app.
  41.  
  42.     Werks Flags, Debugger
  43.  
  44. Specify debugger option on run command.
  45.  
  46.     Create FileSet
  47.  
  48. Create a fileset containing all text files in the project currently opened
  49. in CodeWarrior.  Note that as of 11/30/94, MetroWerks still had bugs in
  50. their support of the events used for this feature, so it might not always
  51. wowrk.
  52.  
  53.     Add File
  54.  
  55. Add frontmost window to the current project.
  56.  
  57.     Compile
  58.  
  59. Compile frontmost window.
  60.  
  61.     Compile Files
  62.  
  63. Compile all windows in the same mode as the frontmost window.  
  64.  
  65.     Check Syntax
  66.  
  67. Check syntax of frontmost window.
  68.  
  69.     Precompile…
  70.  
  71. Prompt user for destination and compile frontmost window to destination. 
  72. Destination must already exist.
  73.  
  74.     Open Include File
  75.  
  76. Open the file #include'd on this line (also can be invoked by
  77. command-double-clicking).
  78.  
  79.     Update
  80.  
  81. Update current project.
  82.  
  83.     Make
  84.  
  85. Make current project.
  86.  
  87.     Launch Debugger
  88.  
  89. Launch the metrowerks debugger.
  90.  
  91.     Set Breakpoint
  92.  
  93. Set a breakpoint at the current line of the frontmost window.
  94.  
  95.     Clear Breakpoint
  96.  
  97. Clear a breakpoint at the current line of the
  98.                           frontmost window.
  99.     Show Source
  100.  
  101. Show the current line of the frontmost window in the debugger.
  102.  
  103.     Next Error
  104.  
  105. Display next error.
  106.  
  107.     Run
  108.  
  109. Run current project.
  110.  
  111. All of the functions that cause compilation to take place return any errors
  112. in a window called "* Compiler Errors *".  Individual errors can be
  113. selected by using the up and down arrow keys.  Return/Enter is used to
  114. bring up the offending file at the correct line.
  115.  
  116.     ----------------------------------------------------------------------
  117.  
  118. Author: Pete Keleher
  119.  
  120. CodeWarrior file updated by Craig Barton Upright
  121.  
  122. E-mail: <cupright@princeton.edu>
  123.   mail: Princeton University,  Department of Sociology
  124.         Princeton, New Jersey  08544
  125.    www: <http://www.princeton.edu/~cupright/>
  126.  
  127.